home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  190 b   |  10 lines

  1. on exitFrame
  2.   if the lastClick > (20 * 60) then
  3.     go(marker(1))
  4.   end if
  5.   if (the lastClick > (10 * 60)) and (soundBusy(2) = 0) then
  6.     puppetSound(2, 101)
  7.   end if
  8.   go(the frame)
  9. end
  10.